翻訳と辞書
Words near each other
・ Lazy Highways
・ Lazy inheritance
・ Lazy initialization
・ Lazy jack
・ Lazy Jay Ranch
・ Lazy Jones
・ Lazy Kate
・ Lazy Lake, Florida
・ Lazy Lamhe
・ Lazy learning
・ Lazy Lester
・ Lazy Line Painter Jane
・ Lazy Line Painter Jane (boxset)
・ Lazy linear hybrid automaton
・ Lazy Lion
Lazy loading
・ Lazy Love
・ Lazy Magnolia Brewing Company
・ Lazy ML
・ Lazy Mountain, Alaska
・ Lazy Mutha Fucka
・ Lazy pod Makytou
・ Lazy Raiders
・ Lazy Ramadi
・ Lazy reason
・ Lazy Rich
・ Lazy river
・ Lazy River (film)
・ Lazy Smoke
・ Lazy Sunday


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lazy loading : ウィキペディア英語版
Lazy loading
Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program's operation if properly and appropriately used. The opposite of lazy loading is eager loading.
== Implementations ==

There are four common ways of implementing the lazy load design pattern: ''lazy initialization''; a ''virtual proxy''; a ''ghost'', and a ''value holder''.〔Martin Fowler, ''Patterns of Enterprise Application Architecture'', Addison-Wesley, 2003, pp.200-214. ISBN 0-321-12742-0.〕 Each has its own advantages and disadvantages.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lazy loading」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.